home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_26497.txt < prev    next >
Text File  |  1990-04-02  |  30KB  |  1,119 lines

  1. -- card: 26497 from stack: in
  2. -- bmap block id: 17557
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: CD Remote D/A
  6. ----- HyperTalk script -----
  7. on openCard
  8.   wait 2 seconds
  9.   global flag
  10.   put 0 into flag
  11.   set style of card field "Target Field" to shadow
  12.   put card field id 170 into card field "Target Field"
  13.  
  14.   show card field "Target Field"
  15. end openCard
  16.  
  17. on closeCard
  18.   set hilite of button id 140 to false
  19.   set hilite of button id 141 to false
  20.   set hilite of button id 146 to false
  21.   set hilite of button id 147 to false
  22.   set hilite of button id 148 to false
  23.   set hilite of button id 149 to false
  24.   set hilite of button id 158 to false
  25.   set hilite of button id 159 to false
  26.   set hilite of button id 160 to false
  27.   set hilite of button id 161 to false
  28.   set hilite of button id 162 to false
  29.   set hilite of button id 163 to false
  30.   set hilite of button id 164 to false
  31.   hide card field "Target Field"
  32.  
  33. end closeCard
  34.  
  35.  
  36.  
  37.  
  38. -- part 127 (button)
  39. -- low flags: 00
  40. -- high flags: 0000
  41. -- rect: left=448 top=28 right=52 bottom=484
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 1011 / 1011
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: New Button
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   play harpsichord c4
  53.   visual effect venetian blinds to gray
  54.   go to card id 5341
  55. end mouseUp
  56.  
  57.  
  58.  
  59.  
  60. -- part 138 (button)
  61. -- low flags: 00
  62. -- high flags: A003
  63. -- rect: left=417 top=281 right=303 bottom=483
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: GO BACK
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   play harpsichord d4
  75.   visual wipe right
  76.   pop card
  77. end mouseup
  78.  
  79.  
  80.  
  81. on continue
  82.   global counter
  83.   if counter = 0 then go to card id 11662
  84.   else go to card id 6809
  85.   put 0 into counter
  86. end continue
  87.  
  88.  
  89.  
  90.  
  91. -- part 130 (field)
  92. -- low flags: 80
  93. -- high flags: 2007
  94. -- rect: left=319 top=144 right=342 bottom=504
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 0
  98. -- font id: 20
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: 
  103.  
  104.  
  105. -- part 140 (button)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=67 top=66 right=83 bottom=100
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: Starting
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   global flag
  120.   put 0 into flag
  121.  
  122.   set hilite of button id 140 to true
  123.   set style of card field "Target Field" to scrolling
  124.   put card field id 130 into card field "Target Field"
  125.   set scroll of card field "Target Field" to 0
  126.   set hilite of button id 141 to false
  127.   set hilite of button id 146 to false
  128.   set hilite of button id 147 to false
  129.   set hilite of button id 148 to false
  130.   set hilite of button id 149 to false
  131.   set hilite of button id 158 to false
  132.   set hilite of button id 159 to false
  133.   set hilite of button id 160 to false
  134.   set hilite of button id 161 to false
  135.   set hilite of button id 162 to false
  136.   set hilite of button id 163 to false
  137.   set hilite of button id 164 to false
  138.  
  139. end mouseUp
  140.  
  141.  
  142.  
  143.  
  144. -- part 141 (button)
  145. -- low flags: 00
  146. -- high flags: 0000
  147. -- rect: left=29 top=145 right=161 bottom=182
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: Moving
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   global flag
  159.   put 0 into flag
  160.  
  161.   set hilite of button id 141 to true
  162.   set style of card field "Target Field" to scrolling
  163.   put card field id 142 into card field "Target Field"
  164.   set scroll of card field "Target Field" to 0
  165.   set hilite of button id 140 to false
  166.   set hilite of button id 146 to false
  167.   set hilite of button id 147 to false
  168.   set hilite of button id 148 to false
  169.   set hilite of button id 149 to false
  170.   set hilite of button id 158 to false
  171.   set hilite of button id 159 to false
  172.   set hilite of button id 160 to false
  173.   set hilite of button id 161 to false
  174.   set hilite of button id 162 to false
  175.   set hilite of button id 163 to false
  176.   set hilite of button id 164 to false
  177.  
  178. end mouseUp
  179.  
  180.  
  181.  
  182.  
  183. -- part 143 (field)
  184. -- low flags: 81
  185. -- high flags: 0004
  186. -- rect: left=208 top=87 right=229 bottom=383
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 0
  190. -- font id: 20
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Target Field
  195.  
  196.  
  197. -- part 142 (field)
  198. -- low flags: 80
  199. -- high flags: 2007
  200. -- rect: left=291 top=48 right=246 bottom=476
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 0
  204. -- font id: 20
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: 
  209.  
  210.  
  211. -- part 146 (button)
  212. -- low flags: 00
  213. -- high flags: 0000
  214. -- rect: left=113 top=177 right=193 bottom=146
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: Continous Play
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   global flag
  226.   put 1 into flag
  227.   set hilite of button id 146 to true
  228.   set style of card field "Target Field" to shadow
  229.   put card field id 152 into card field "Target Field"
  230.   set hilite of button id 140 to false
  231.   set hilite of button id 141 to false
  232.   set hilite of button id 147 to false
  233.   set hilite of button id 148 to false
  234.   set hilite of button id 149 to false
  235.   set hilite of button id 158 to false
  236.   set hilite of button id 159 to false
  237.   set hilite of button id 160 to false
  238.   set hilite of button id 161 to false
  239.   set hilite of button id 162 to false
  240.   set hilite of button id 163 to false
  241.   set hilite of button id 164 to false
  242.  
  243. end mouseUp
  244.  
  245.  
  246.  
  247.  
  248. -- part 147 (button)
  249. -- low flags: 00
  250. -- high flags: 0000
  251. -- rect: left=152 top=177 right=193 bottom=185
  252. -- title width / last selected line: 0
  253. -- icon id / first selected line: 0 / 0
  254. -- text alignment: 1
  255. -- font id: 0
  256. -- text size: 12
  257. -- style flags: 0
  258. -- line height: 16
  259. -- part name: Setting Markers
  260. ----- HyperTalk script -----
  261. on mouseUp
  262.   set hilite of button id 147 to true
  263.   set style of card field "Target Field" to scrolling
  264.   put card field id 153 into card field "Target Field"
  265.   set scroll of card field "Target Field" to 0
  266.   set hilite of button id 140 to false
  267.   set hilite of button id 141 to false
  268.   set hilite of button id 146 to false
  269.   set hilite of button id 148 to false
  270.   set hilite of button id 149 to false
  271.   set hilite of button id 158 to false
  272.   set hilite of button id 159 to false
  273.   set hilite of button id 160 to false
  274.   set hilite of button id 161 to false
  275.   set hilite of button id 162 to false
  276.   set hilite of button id 163 to false
  277.   set hilite of button id 164 to false
  278.  
  279. end mouseUp
  280.  
  281.  
  282.  
  283.  
  284. -- part 148 (button)
  285. -- low flags: 00
  286. -- high flags: 0000
  287. -- rect: left=26 top=178 right=194 bottom=99
  288. -- title width / last selected line: 0
  289. -- icon id / first selected line: 0 / 0
  290. -- text alignment: 1
  291. -- font id: 0
  292. -- text size: 12
  293. -- style flags: 0
  294. -- line height: 16
  295. -- part name: Controlling Stereo Channels
  296. ----- HyperTalk script -----
  297. on mouseUp
  298.   global flag
  299.   put 0 into flag
  300.  
  301.   set hilite of button id 148 to true
  302.   set style of card field "Target Field" to scrolling
  303.   put card field id 154 into card field "Target Field"
  304.   set scroll of card field "Target Field" to 0
  305.  
  306.   set hilite of button id 140 to false
  307.   set hilite of button id 141 to false
  308.   set hilite of button id 146 to false
  309.   set hilite of button id 147 to false
  310.   set hilite of button id 149 to false
  311.   set hilite of button id 158 to false
  312.   set hilite of button id 159 to false
  313.   set hilite of button id 160 to false
  314.   set hilite of button id 161 to false
  315.   set hilite of button id 162 to false
  316.   set hilite of button id 163 to false
  317.   set hilite of button id 164 to false
  318.  
  319. end mouseUp
  320.  
  321.  
  322.  
  323.  
  324. -- part 149 (button)
  325. -- low flags: 00
  326. -- high flags: 0000
  327. -- rect: left=26 top=66 right=82 bottom=58
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 1
  331. -- font id: 0
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: Stopping
  336. ----- HyperTalk script -----
  337. on mouseUp
  338.   global flag
  339.   put 0 into flag
  340.   set hilite of button id 149 to true
  341.   set hilite of button id 158 to true
  342.   set style of card field "Target Field" to scrolling
  343.   put card field id 155 into card field "Target Field"
  344.   set scroll of card field "Target Field" to 0
  345.   set hilite of button id 140 to false
  346.   set hilite of button id 141 to false
  347.   set hilite of button id 146 to false
  348.   set hilite of button id 147 to false
  349.   set hilite of button id 148 to false
  350.   set hilite of button id 159 to false
  351.   set hilite of button id 160 to false
  352.   set hilite of button id 161 to false
  353.   set hilite of button id 162 to false
  354.   set hilite of button id 163 to false
  355.   set hilite of button id 164 to false
  356.  
  357. end mouseUp
  358.  
  359.  
  360.  
  361.  
  362. -- part 150 (button)
  363. -- low flags: 00
  364. -- high flags: 2000
  365. -- rect: left=377 top=35 right=47 bottom=389
  366. -- title width / last selected line: 0
  367. -- icon id / first selected line: 0 / 0
  368. -- text alignment: 1
  369. -- font id: 0
  370. -- text size: 12
  371. -- style flags: 0
  372. -- line height: 16
  373. -- part name: Changing the Order of Play
  374. ----- HyperTalk script -----
  375. on mouseUp
  376.   set hilite of button id 141 to false
  377.   set hilite of button id 146 to false
  378.   set hilite of button id 147 to false
  379.   set hilite of button id 148 to false
  380.   set hilite of button id 149 to false
  381.   set hilite of button id 158 to false
  382.   set hilite of button id 140 to false
  383.   set hilite of button id 150 to true
  384.   hide card field id 143
  385.   hide card field id 142
  386.   hide card field id 152
  387.   hide card field id 153
  388.   hide card field id 154
  389.   hide card field id 155
  390.   hide card field id 130
  391.   show card field id 156
  392. end mouseUp
  393.  
  394.  
  395.  
  396.  
  397. -- part 152 (field)
  398. -- low flags: 80
  399. -- high flags: 0004
  400. -- rect: left=323 top=95 right=235 bottom=498
  401. -- title width / last selected line: 0
  402. -- icon id / first selected line: 0 / 0
  403. -- text alignment: 0
  404. -- font id: 20
  405. -- text size: 12
  406. -- style flags: 0
  407. -- line height: 16
  408. -- part name: 
  409.  
  410.  
  411. -- part 153 (field)
  412. -- low flags: 80
  413. -- high flags: 2007
  414. -- rect: left=208 top=128 right=320 bottom=383
  415. -- title width / last selected line: 0
  416. -- icon id / first selected line: 0 / 0
  417. -- text alignment: 0
  418. -- font id: 20
  419. -- text size: 12
  420. -- style flags: 0
  421. -- line height: 16
  422. -- part name: 
  423.  
  424.  
  425. -- part 154 (field)
  426. -- low flags: 80
  427. -- high flags: 2004
  428. -- rect: left=302 top=63 right=261 bottom=487
  429. -- title width / last selected line: 0
  430. -- icon id / first selected line: 0 / 0
  431. -- text alignment: 0
  432. -- font id: 20
  433. -- text size: 12
  434. -- style flags: 0
  435. -- line height: 16
  436. -- part name: 
  437.  
  438.  
  439. -- part 155 (field)
  440. -- low flags: 80
  441. -- high flags: 2004
  442. -- rect: left=302 top=63 right=261 bottom=487
  443. -- title width / last selected line: 0
  444. -- icon id / first selected line: 0 / 0
  445. -- text alignment: 0
  446. -- font id: 20
  447. -- text size: 12
  448. -- style flags: 0
  449. -- line height: 16
  450. -- part name: 
  451.  
  452.  
  453. -- part 156 (field)
  454. -- low flags: 81
  455. -- high flags: 2007
  456. -- rect: left=301 top=62 right=260 bottom=486
  457. -- title width / last selected line: 0
  458. -- icon id / first selected line: 0 / 0
  459. -- text alignment: 0
  460. -- font id: 20
  461. -- text size: 12
  462. -- style flags: 0
  463. -- line height: 16
  464. -- part name: 
  465.  
  466.  
  467. -- part 158 (button)
  468. -- low flags: 00
  469. -- high flags: 0000
  470. -- rect: left=106 top=67 right=83 bottom=138
  471. -- title width / last selected line: 0
  472. -- icon id / first selected line: 0 / 0
  473. -- text alignment: 1
  474. -- font id: 0
  475. -- text size: 12
  476. -- style flags: 0
  477. -- line height: 16
  478. -- part name: Pause
  479. ----- HyperTalk script -----
  480. on mouseUp
  481.   global flag
  482.   put 0 into flag
  483.  
  484.   set hilite of button id 158 to true
  485.   set hilite of button id 149 to true
  486.   set style of card field "Target Field" to scrolling
  487.   put card field id 155 into card field "Target Field"
  488.   set scroll of card field "Target Field" to 0
  489.   set hilite of button id 140 to false
  490.   set hilite of button id 141 to false
  491.   set hilite of button id 146 to false
  492.   set hilite of button id 147 to false
  493.   set hilite of button id 148 to false
  494.   set hilite of button id 159 to false
  495.   set hilite of button id 160 to false
  496.   set hilite of button id 161 to false
  497.   set hilite of button id 162 to false
  498.   set hilite of button id 163 to false
  499.   set hilite of button id 164 to false
  500.  
  501. end mouseUp
  502.  
  503.  
  504.  
  505.  
  506. -- part 159 (button)
  507. -- low flags: 00
  508. -- high flags: 0000
  509. -- rect: left=152 top=209 right=225 bottom=182
  510. -- title width / last selected line: 0
  511. -- icon id / first selected line: 0 / 0
  512. -- text alignment: 1
  513. -- font id: 0
  514. -- text size: 12
  515. -- style flags: 0
  516. -- line height: 16
  517. -- part name: Mac Remote Eject Button
  518. ----- HyperTalk script -----
  519. on mouseUp
  520.   global flag
  521.   put 1 into flag
  522.  
  523.   set highlite of card button id 159 to true
  524.   set style of card field "Target Field" to shadow
  525.   put card field id 169 into card field "Target Field"
  526.  
  527.   set hilite of button id 140 to false
  528.   set hilite of button id 141 to false
  529.   set hilite of button id 146 to false
  530.   set hilite of button id 147 to false
  531.   set hilite of button id 148 to false
  532.   set hilite of button id 149 to false
  533.   set hilite of button id 158 to false
  534.   set hilite of button id 160 to false
  535.   set hilite of button id 161 to false
  536.   set hilite of button id 162 to false
  537.   set hilite of button id 163 to false
  538.   set hilite of button id 164 to false
  539.  
  540. end mouseUp
  541.  
  542.  
  543.  
  544. -- part 160 (button)
  545. -- low flags: 00
  546. -- high flags: 0000
  547. -- rect: left=113 top=209 right=225 bottom=143
  548. -- title width / last selected line: 0
  549. -- icon id / first selected line: 0 / 0
  550. -- text alignment: 1
  551. -- font id: 0
  552. -- text size: 12
  553. -- style flags: 0
  554. -- line height: 16
  555. -- part name: Time
  556. ----- HyperTalk script -----
  557. on mouseUp
  558.   global flag
  559.   put 1 into flag
  560.   set highlite of card button id 160 to true
  561.   set style of card field "Target Field" to shadow
  562.   put card field id 173 into card field "Target Field"
  563.  
  564.   set hilite of button id 140 to false
  565.   set hilite of button id 141 to false
  566.   set hilite of button id 146 to false
  567.   set hilite of button id 147 to false
  568.   set hilite of button id 148 to false
  569.   set hilite of button id 149 to false
  570.   set hilite of button id 158 to false
  571.   set hilite of button id 159 to false
  572.   set hilite of button id 161 to false
  573.   set hilite of button id 162 to false
  574.   set hilite of button id 163 to false
  575.   set hilite of button id 164 to false
  576.  
  577. end mouseUp
  578.  
  579.  
  580.  
  581. -- part 161 (button)
  582. -- low flags: 00
  583. -- high flags: 0000
  584. -- rect: left=67 top=209 right=225 bottom=97
  585. -- title width / last selected line: 0
  586. -- icon id / first selected line: 0 / 0
  587. -- text alignment: 1
  588. -- font id: 0
  589. -- text size: 12
  590. -- style flags: 0
  591. -- line height: 16
  592. -- part name: Shuffle
  593. ----- HyperTalk script -----
  594. on mouseUp
  595.   global flag
  596.   put 1 into flag
  597.  
  598.   set highlite of card button id 161 to true
  599.   set style of card field "Target Field" to shadow
  600.   put card field id 171 into card field "Target Field"
  601.  
  602.   set hilite of button id 140 to false
  603.   set hilite of button id 141 to false
  604.   set hilite of button id 146 to false
  605.   set hilite of button id 147 to false
  606.   set hilite of button id 148 to false
  607.   set hilite of button id 149 to false
  608.   set hilite of button id 158 to false
  609.   set hilite of button id 159 to false
  610.   set hilite of button id 160 to false
  611.   set hilite of button id 162 to false
  612.   set hilite of button id 163 to false
  613.   set hilite of button id 164 to false
  614.  
  615. end mouseUp
  616.  
  617.  
  618.  
  619. -- part 162 (button)
  620. -- low flags: 00
  621. -- high flags: 0000
  622. -- rect: left=27 top=209 right=225 bottom=57
  623. -- title width / last selected line: 0
  624. -- icon id / first selected line: 0 / 0
  625. -- text alignment: 1
  626. -- font id: 0
  627. -- text size: 12
  628. -- style flags: 0
  629. -- line height: 16
  630. -- part name: Program
  631. ----- HyperTalk script -----
  632. on mouseUp
  633.   global flag
  634.   put 1 into flag
  635.   set highlite of card button id 162 to true
  636.   set style of card field "Target Field" to shadow
  637.   put card field id 172 into card field "Target Field"
  638.  
  639.   set hilite of button id 140 to false
  640.   set hilite of button id 141 to false
  641.   set hilite of button id 146 to false
  642.   set hilite of button id 147 to false
  643.   set hilite of button id 148 to false
  644.   set hilite of button id 149 to false
  645.   set hilite of button id 158 to false
  646.   set hilite of button id 159 to false
  647.   set hilite of button id 160 to false
  648.   set hilite of button id 161 to false
  649.   set hilite of button id 163 to false
  650.   set hilite of button id 164 to false
  651.  
  652. end mouseUp
  653.  
  654.  
  655.  
  656. -- part 163 (button)
  657. -- low flags: 00
  658. -- high flags: 0000
  659. -- rect: left=239 top=269 right=285 bottom=269
  660. -- title width / last selected line: 0
  661. -- icon id / first selected line: 0 / 0
  662. -- text alignment: 1
  663. -- font id: 0
  664. -- text size: 12
  665. -- style flags: 0
  666. -- line height: 16
  667. -- part name: Save
  668. ----- HyperTalk script -----
  669. on mouseUp
  670.   global flag
  671.   put 1 into flag
  672.  
  673.   set highlite of card button id 163 to true
  674.   set style of card field "Target Field" to shadow
  675.   put card field id 168 into card field "Target Field"
  676.  
  677.   set hilite of button id 140 to false
  678.   set hilite of button id 141 to false
  679.   set hilite of button id 146 to false
  680.   set hilite of button id 147 to false
  681.   set hilite of button id 148 to false
  682.   set hilite of button id 149 to false
  683.   set hilite of button id 158 to false
  684.   set hilite of button id 159 to false
  685.   set hilite of button id 160 to false
  686.   set hilite of button id 161 to false
  687.   set hilite of button id 162 to false
  688.   set hilite of button id 164 to false
  689.  
  690. end mouseUp
  691.  
  692.  
  693.  
  694. -- part 164 (button)
  695. -- low flags: 00
  696. -- high flags: 0000
  697. -- rect: left=298 top=270 right=286 bottom=328
  698. -- title width / last selected line: 0
  699. -- icon id / first selected line: 0 / 0
  700. -- text alignment: 1
  701. -- font id: 0
  702. -- text size: 12
  703. -- style flags: 0
  704. -- line height: 16
  705. -- part name: Revert
  706. ----- HyperTalk script -----
  707. on mouseUp
  708.   global flag
  709.   put 1 into flag
  710.  
  711.   set highlite of card button id 164 to true
  712.   set style of card field "Target Field" to shadow
  713.   put card field id 167 into card field "Target Field"
  714.  
  715.   set hilite of button id 140 to false
  716.   set hilite of button id 141 to false
  717.   set hilite of button id 146 to false
  718.   set hilite of button id 147 to false
  719.   set hilite of button id 148 to false
  720.   set hilite of button id 149 to false
  721.   set hilite of button id 158 to false
  722.   set hilite of button id 159 to false
  723.   set hilite of button id 160 to false
  724.   set hilite of button id 161 to false
  725.   set hilite of button id 162 to false
  726.   set hilite of button id 163 to false
  727.  
  728. end mouseUp
  729.  
  730.  
  731.  
  732. -- part 165 (field)
  733. -- low flags: 80
  734. -- high flags: 0007
  735. -- rect: left=237 top=146 right=286 bottom=410
  736. -- title width / last selected line: 0
  737. -- icon id / first selected line: 0 / 0
  738. -- text alignment: 0
  739. -- font id: 20
  740. -- text size: 12
  741. -- style flags: 0
  742. -- line height: 16
  743. -- part name: 
  744.  
  745.  
  746. -- part 166 (button)
  747. -- low flags: 00
  748. -- high flags: 2000
  749. -- rect: left=222 top=64 right=80 bottom=365
  750. -- title width / last selected line: 0
  751. -- icon id / first selected line: 0 / 0
  752. -- text alignment: 1
  753. -- font id: 0
  754. -- text size: 12
  755. -- style flags: 0
  756. -- line height: 16
  757. -- part name: Disc Title
  758. ----- HyperTalk script -----
  759. on mouseUp
  760.   play harpsichord d4
  761.   set style of card field "Target Field" to scrolling
  762.   put card field id 165 into card field "Target Field"
  763.   set scroll of card field "Target Field" to 0
  764.  
  765.   set hilite of button id 140 to false
  766.   set hilite of button id 141 to false
  767.   set hilite of button id 146 to false
  768.   set hilite of button id 147 to false
  769.   set hilite of button id 148 to false
  770.   set hilite of button id 149 to false
  771.   set hilite of button id 158 to false
  772.   set hilite of button id 159 to false
  773.   set hilite of button id 160 to false
  774.   set hilite of button id 161 to false
  775.   set hilite of button id 162 to false
  776.   set hilite of button id 163 to false
  777.   set hilite of button id 164 to false
  778.  
  779. end mouseUp
  780.  
  781.  
  782.  
  783. -- part 167 (field)
  784. -- low flags: 80
  785. -- high flags: 0004
  786. -- rect: left=208 top=87 right=229 bottom=383
  787. -- title width / last selected line: 0
  788. -- icon id / first selected line: 0 / 0
  789. -- text alignment: 0
  790. -- font id: 20
  791. -- text size: 12
  792. -- style flags: 0
  793. -- line height: 16
  794. -- part name: REVERT
  795.  
  796.  
  797. -- part 168 (field)
  798. -- low flags: 80
  799. -- high flags: 0004
  800. -- rect: left=208 top=87 right=229 bottom=383
  801. -- title width / last selected line: 0
  802. -- icon id / first selected line: 0 / 0
  803. -- text alignment: 0
  804. -- font id: 20
  805. -- text size: 12
  806. -- style flags: 0
  807. -- line height: 16
  808. -- part name: save
  809.  
  810.  
  811. -- part 169 (field)
  812. -- low flags: 80
  813. -- high flags: 0004
  814. -- rect: left=208 top=87 right=229 bottom=383
  815. -- title width / last selected line: 0
  816. -- icon id / first selected line: 0 / 0
  817. -- text alignment: 0
  818. -- font id: 20
  819. -- text size: 12
  820. -- style flags: 0
  821. -- line height: 16
  822. -- part name: Eject
  823.  
  824.  
  825. -- part 170 (field)
  826. -- low flags: 80
  827. -- high flags: 0004
  828. -- rect: left=208 top=87 right=226 bottom=380
  829. -- title width / last selected line: 0
  830. -- icon id / first selected line: 0 / 0
  831. -- text alignment: 0
  832. -- font id: 20
  833. -- text size: 12
  834. -- style flags: 0
  835. -- line height: 16
  836. -- part name: 
  837.  
  838.  
  839. -- part 171 (field)
  840. -- low flags: 80
  841. -- high flags: 0004
  842. -- rect: left=208 top=87 right=229 bottom=383
  843. -- title width / last selected line: 0
  844. -- icon id / first selected line: 0 / 0
  845. -- text alignment: 0
  846. -- font id: 20
  847. -- text size: 12
  848. -- style flags: 0
  849. -- line height: 16
  850. -- part name: Shuffle
  851.  
  852.  
  853. -- part 172 (field)
  854. -- low flags: 80
  855. -- high flags: 0004
  856. -- rect: left=208 top=87 right=229 bottom=383
  857. -- title width / last selected line: 0
  858. -- icon id / first selected line: 0 / 0
  859. -- text alignment: 0
  860. -- font id: 20
  861. -- text size: 12
  862. -- style flags: 0
  863. -- line height: 16
  864. -- part name: Program
  865.  
  866.  
  867. -- part 173 (field)
  868. -- low flags: 80
  869. -- high flags: 0004
  870. -- rect: left=208 top=87 right=229 bottom=383
  871. -- title width / last selected line: 0
  872. -- icon id / first selected line: 0 / 0
  873. -- text alignment: 0
  874. -- font id: 20
  875. -- text size: 12
  876. -- style flags: 0
  877. -- line height: 16
  878. -- part name: TIME
  879.  
  880.  
  881. -- part 175 (button)
  882. -- low flags: 00
  883. -- high flags: 2000
  884. -- rect: left=425 top=202 right=237 bottom=469
  885. -- title width / last selected line: 0
  886. -- icon id / first selected line: 1008 / 1008
  887. -- text alignment: 1
  888. -- font id: 0
  889. -- text size: 12
  890. -- style flags: 0
  891. -- line height: 16
  892. -- part name: Home
  893. ----- HyperTalk script -----
  894. on mouseUp
  895.   global flag
  896.   if flag = 1 then short
  897.   if flag = 0 then long
  898.   else put 0 into flag
  899. end mouseUp
  900.  
  901. on long
  902.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  903.   if it is "Card" then
  904.     doMenu "Print Card"
  905.   end if
  906.  
  907.   if it is "Scroll Bar" then
  908.     put card field id 143 into PrintThis
  909.     visual barn door open to card
  910.     go to card "Print Card"
  911.     put PrintThis into card field id 1
  912.   end if
  913.  
  914.   if it is "Cancel" then put 0 into it
  915. end long
  916.  
  917. on short
  918.   answer "Print this card?" with "Cancel" or "Yes"
  919.   if it is "Yes" then
  920.     doMenu "Print Card"
  921.   end if
  922. end short
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936. -- part contents for card part 130
  937. ----- text -----
  938. The play button starts play.  Play will begin at the beginning of the first track unless the track has been changed by using one of the Track buttons, the Shuffle button pressed for random play, or the tracks reordered using the Program feature.  The current track is shown on the left side of the Track and Time display.  As the track plays, elapsed time is shown on the right side of the window.  To view the time remaining on the track, click the Time button.
  939.  
  940. After clicking Play, the desk accessory can be closed and the Macintosh can be used for other work.  To turn off the CD, change tracks, or change CDs, open the CD Remote desk accessory and make the necessary changes.
  941.  
  942.  
  943. -- part contents for card part 143
  944. ----- text -----
  945.  
  946.  
  947.  
  948. Click the CD Remote button on the left you would like information on.
  949.  
  950. -- part contents for card part 142
  951. ----- text -----
  952. There are two ways to move to different parts of the CD:  using the Scan buttons or using the Track buttons.  The Track buttons move backward or forward to the beginning of a track (to the beginning of the next or previous track).  The Scan buttons move backward or forward through a track  
  953. (within the current track).  Where you end up depends on how long the button is held down.
  954.  
  955. -- part contents for card part 152
  956. ----- text -----
  957.  
  958.  
  959.  
  960. Continuously plays a CD or starts  it over once it has reached the end.
  961.  
  962. -- part contents for card part 153
  963. ----- text -----
  964.     SETTING MARKERS
  965.  
  966. Markers can be set on a CD and sections between the markers can be played over and over again.  This feature is useful when studying a piece of music, obsessed with a song, or trying to add a new song to your repetoire.  To set markers:
  967.  
  968. 1.  Click AB. (The legend on 
  969. the button changes to Set A.)
  970.  
  971. 2.  Move to the place on the CD  where you want to set the 
  972. first marker and click Set A.
  973. (The legend on the button 
  974. changes to Set B.)
  975.  
  976. 3.  Move to the place where you want to set the end marker and click Set B. (The legend on the button changes to A B)
  977.  
  978. 4.  Click the A B Button. 
  979. (The  section you've marked will play over and over again 
  980. until you press A B.)
  981.  
  982. 5.  When you're finished, click  A B.  (when you click A B, the legend on the button 
  983. changes back to AB.)
  984.  
  985. -- part contents for card part 154
  986. ----- text -----
  987. When both the left and right audio channel buttons are selected, the left channel is heard through the left speaker and the right channel through the right speaker.  By deselecting one of the channel buttons, one channel is heard through both speakers.  If you deselect both channel buttons, nothing will be heard at all.
  988.  
  989. -- part contents for card part 155
  990. ----- text -----
  991. There are two ways to stop play:  using the Stop button and using the Pause button.  Clicking the Stop button stops play and resets the track number to 1.  Clicking the Pause button stops play without losing your place on the CD.  To resume play after clicking the Pause button, click the Pause button again or click Play. 
  992.  
  993.  
  994. -- part contents for card part 156
  995. ----- text -----
  996.  
  997. By clicking the zoom box, you go to the expanded CD Remote screen where you can decide which tracks you want to hear and the order in which they will be played.  Follow the steps below to create a play list:
  998.  
  999. 1.  Select Disc Title and type the 
  1000.      actual name of the CD in the 
  1001.      AppleCD SC.
  1002.  
  1003. 2.  Select each song title and 
  1004.      type the actual name of that 
  1005.      track. (Scroll to see 
  1006.      additional song titles.)
  1007.  
  1008. 3.  Check marks indicate that a 
  1009.       song is on the play list.  
  1010.      Click on a check mark to 
  1011.      remove it. (The song title 
  1012.      will still show up on the list, 
  1013.      but the song won't be 
  1014.      played.)  Click to the left of a 
  1015.      song title to add a check     
  1016.      mark. (Scroll to see 
  1017.      additional song titles.)
  1018.  
  1019. 4.  Drag the song title you want 
  1020.      to hear first to the top of the 
  1021.      play list.  Everything else 
  1022.      will slide down to make 
  1023.      room for it.  Continue 
  1024.      dragging song titles in this 
  1025.      fashion until the songs are 
  1026.      arranged in the order you 
  1027.      want them to be played.
  1028.      (Scroll to see additional song 
  1029.      titles.)
  1030.  
  1031. 5.  Click Play or Program to 
  1032.      begin playing the songs in 
  1033.      the order they appear on the 
  1034.      play list.
  1035.  
  1036. The next time you want to play the customized play list, just click the Program button.  You don't need to zoom out to the expanded window unless you want to create a new program or restore the original order of play.
  1037.  
  1038.  
  1039.  
  1040. -- part contents for card part 165
  1041. ----- text -----
  1042.   CREATING A PLAY LIST
  1043.  
  1044. 1.  Select Disc Title and type the actual name of the CD in the AppleCD SC drive.
  1045.  
  1046. 2.  Select each song title and type the actual name of that track.
  1047.  
  1048. For example, click Track 1 and the name Track 1 appears in the edit field at the bottom of the window.  Change Track 1 to
  1049. "American Garage" by typing over it and then pressing RETURN.  Scroll to view additional song titles.
  1050.  
  1051. 3.  Select the song you want to include on the play list.  
  1052.  
  1053. Check marks indicate that a song is on the play list.  Click to the left of a song title to add it to the play list.  
  1054.  
  1055. 4.  Arrange the play list in the desired order.  
  1056.  
  1057. Drag the song title to be heard first to the top of the play list.  Everything else will slide down to make room for it.  Continue dragging song titles in this fashion until the songs are arranged in the desired order.
  1058.  
  1059. 5.  Save the play list by clicking the Save button.
  1060.  
  1061. Click the Revert button to restore the previous play list.  Once a play list is created, the Program button is highlighted.
  1062.  
  1063. 6.  Click the Program button to ON.
  1064.  
  1065. Click the Program button to OFF to play songs in their original playing order.
  1066.  
  1067. 7.  Click Play to hear the songs in the order they appear on the play list.
  1068.  
  1069. The next time you want to play your customized play list, just click the Play button.  To play songs in their original order, click the Program button to OFF.
  1070.  
  1071.  
  1072. -- part contents for card part 167
  1073. ----- text -----
  1074.  
  1075.  
  1076.  
  1077. Restores the previous play list  
  1078. (click Disc Title above for more detailed information).
  1079.  
  1080. -- part contents for card part 168
  1081. ----- text -----
  1082.  
  1083.  
  1084.  
  1085. Saves a customized play list
  1086. (click Disc Title above for more detailed information).
  1087.  
  1088. -- part contents for card part 169
  1089. ----- text -----
  1090.  
  1091.  
  1092.  
  1093.  
  1094.            Ejects the CD caddy.
  1095.  
  1096. -- part contents for card part 170
  1097. ----- text -----
  1098.  
  1099.  
  1100.  
  1101. Click the CD Remote button on the left you would like information on.
  1102.  
  1103. -- part contents for card part 171
  1104. ----- text -----
  1105.  
  1106.  
  1107. Click the Shuffle button ON to play songs on the CD in random order or OFF to play songs in their original order.
  1108.  
  1109. -- part contents for card part 172
  1110. ----- text -----
  1111.  
  1112. Click the Program button ON to play songs on the CD in the order of the play list or OFF to play songs in their original order (click Disc Title above for more detailed information).
  1113.  
  1114. -- part contents for card part 173
  1115. ----- text -----
  1116.  
  1117.  
  1118.  
  1119. Displays the time remaining on the track instead of the time elapsed.